.secondary-label{
    font-weight: 400;
    font-size:14px;
}
.form-title{
    font-size:30px;
}

.btn-success{
    padding:12px 0;
}

.call-to-action-btn{
    padding:12px 0;
}

.text-end{
    text-align: end;
}

.chat-bg{
    background-image: url('/assets/images/chat-bg.png');
    padding: 25px;
    border-radius: 10px;
}

.text-yo-whatsapp{
    color: #06d6a0 !important;
}

.bg-yo {
    background-color: #06d6a0 !important;
}

.text-yo-primary{
    color: #06d6a0 !important;
}

.bg-custom{
    background: url('/assets/images/slider-grident-bg.png');
}

.bg-transperant{
    background-color: transparent !important;
}

.bg-white{
    background-color: #fff !important;
}

.text-color-secondary-black{
    color: #20232B !important;
}

.icon-lg{
    font-size: 25px;
}

.overlay-code-clipboard {
    position: relative;
    /* display: inline-block; */
  }

  .overlay-code-clipboard::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#06d6a0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .overlay-code-clipboard:hover::after {
    opacity: 0.8;
  }

  .overlay-code-clipboard .button {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    visibility: hidden;
  }

  .overlay-code-clipboard:hover .button {
    visibility: visible;
    z-index: 200;
  }

.pd-15{
    padding: 15px;
}

.call-to-action-btn{
    background-color: #16A07C !important;
    border: none !important;
}

.pd-25{
    padding: 25px;
}

.justify-content {
    justify-content: space-between;
}

.text-yo-primary-2{
    color: #7359f8;
}

.yo-link-text{
    color: #624646;
}
.yo-link-text:hover{
    color: #624646;
}

.no-wrap {
    white-space: nowrap;
}
  
.yo-info-text{
    color: #7359f8;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}